* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
li {
	list-style: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.block {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


body {
	min-width: 680px;
}

.container {
	padding: 0 15px;
	width: 90vw;
	max-width: 1030px;
	margin: 0 auto;
}

.flexBox {
	display: box;
	/*（伸缩盒最老版本）*/
	display: -webkit-box;
	/* iOS 6-, Safari 3.1-6 */
	display: -webkit-flex;
	/* Chrome */
	display: -moz-box;
	/* Firefox 19 */
	display: -ms-flexbox;
	display: flexbox;
	display: flex;
	width: 100%;
}

.flex-center {
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexItem {
	-webkit-box: 1;
	-webkit-flex: 1;
	-ms-flexbox: 1;
	flex: 1;
}

.flex-center-v {
	flex-direction: column;
	justify-content: center;
}

.flex-cnter-h {
	flex-direction: row;
	align-items: center;
}

.jw_logo {
	width: 143px;
	height: 42px;
}

.jw_header {
	min-width: 980px;
	height: 82px;
	padding: 20px 45px 0;
	margin: 0 auto;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 11;
	background: #FFF;
	border-bottom: 1px solid #dddddd;
	display: flex;
	justify-content: space-between;
}

.menu_list {
	list-style: none;
	line-height: 42px;
}

.menu_item {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #222222;
	float: left;
	list-style: none;
	margin-left: 50px;
	position: relative;
}

.menu_item_link {
	color: #222222;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	position: relative;
	cursor: pointer;
}

.menu_item_link:after {
	content: "";
	position: absolute;
	left: -50%;
	top: -50%;
	width: 200%;
	height: 200%;
}

.menu_list>.on:before,
.menu_item:hover:before {
	width: 50%;
}

.menu_list>.on:after,
.menu_item:hover:after {
	width: 50%;
}

.menu_item:before {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-bottom: 2px solid #222222;
	width: 0;
	-webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
	-moz-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
	-ms-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
	transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}

.menu_item:after {
	content: " ";
	position: absolute;
	bottom: 0;
	right: 50%;
	border-bottom: 2px solid #222222;
	width: 0;
	-webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
	-moz-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
	-ms-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
	transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}

.clear:after {
	display: block;
	height: 0;
	content: "";
	clear: both;
	visibility: hidden;
}

.img_box {

	margin: 0 auto;
	position: relative;
}

.swiper-pagination-bullet-active {
	background: #FD9827;
}

.section-banner {
	padding-top: 82px;
}

.screen1_swiper {
	width: 100%;
	height: 620px;
}

.screen1_swiper_item {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
}

.screen1_swiper_img {
	width: 90%;
	height: 100%;
	object-fit: contain;
	object-position: bottom;
	margin: 0 auto;
	display: block;
}

.banner0_title {
	position: absolute;
	bottom: 40px;
	max-width: 90%;
	object-fit: contain;
	height: 43%;
	object-position: left;
}

.screen1_swiper_title {
	font-weight: bold;
	color: #FFF;
	font-size: 40px;
	position: absolute;
	left: 15px;
	top: 25px;
}

.screen1_img1 {}

.screen1_title {
	/* 	margin-left: 30px;
	background-image: url(../img/screen1_title.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 407px;
	margin: 0 auto;
	background-position:left bottom; */



	display: block;
	margin: 0 auto;
}

.section2 {
	width: 100%;
	background-color: #ffffff;
	padding: 40px 0 40px;
}

.screen2_title {
	width: 90%;

	display: block;
	margin: 0 auto;
	background-repeat: no-repeat;
	*/
}

.screen2_img1 {
	width: 100%;

	display: block;
	margin: 0 auto;
	/* height: 743px; */
	/* 	background-image: url(../img/screen2_img1.png);
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat; */
}

.section2-content {
	margin-top: 40px;
	position: relative;
}


.section2-content .btn {
	/* width: 32%; */
	/* background: #FCF; */
	height: 18%;
	position: absolute;
	cursor: pointer;
}

.btn-left-1 {
	left: 0;
	top: 0;
	width: 25%;
}

.btn-left-2 {
	left: 0;
	top: 40%;
	width: 25%;
}

.btn-left-3 {
	left: 0;
	bottom: 20px;
	width: 25%;
}

.btn-right-1 {
	top: 0;
	right: 0;
	width: 32%;
}

.btn-right-2 {
	right: 0;
	top: 40%;
	width: 32%;
}

.btn-right-3 {
	right: 0;
	bottom: 20px;
	width: 25%;
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3331;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}

.modal {
	display: none;
	border-width: 3px;
	border-color: rgb(223, 175, 112);
	border-style: solid;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	position: fixed;
	left: 50%;
	top: 50%;
	width: 66%;
	transform: -webkit-translate(-50%, -50%);
	transform: -moz-translate(-50%, -50%);
	transform: -ms-translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3333;
	padding: 30px;
	max-width: 560px;
	min-width: 380px;
}

/* .modal .panel:before {
	content: "";
	border: 17.5px solid transparent;
	border-right: 37px solid #ce9448;
	position: absolute;
	left: -54.5px;
	top: 50%;
	margin-top: -17.5px;
} */


.modal .panel-title {
	font-size: 28px;
	color: #ce9448;
}

.modal .panel-content {
	font-size: 16px;
	color: rgb(105, 105, 105);
	line-height: 1.5;
	text-align: justify;
	justify-content: space-between;
	margin-top: 20px;
}

.modal .panel-content .subtitle {
	font-size: 20px;
	color: #ce9448;
	margin-bottom: 10px;
}

.panel-content-top {
	margin-bottom: 30px;
}

.modal .panel-content .part-left {
	padding-right: 10px;
	width: 50%;
}

.modal .panel-content .part-right {
	width: 50%;
}

.modal .panel-content .subtitle {}

.modal .close {
	position: absolute;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	right: 0;
	top: -70px;
}



.screen3_img1 {
	width: 100%;
	background-image: url(../img/screen3_img1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
	padding: 40px 0;
}

.screen3_list {
	margin: 30px auto 0;
	background-color: #ffffff;

	flex-direction: row;
	box-shadow: 0px 9px 22px 7px rgba(199, 199, 199, 0.24);

}

.screen3_item {
	/* height: 412px; */
	flex-direction: column;
	flex: 1;
	overflow: hidden;
	padding: 0 20px 20px;
}

.screen3_title {
	/* 	background-image: url(../img/screen3_title.png);
	width: 1000px;
	height: 159px;
	margin: 0 auto 0; */

	width: 100%;

	display: block;
	margin: 0 auto;
}

.screen3_item_title {
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #222222;
	text-align: center;
}

.screen3_item_line {
	width: 57px;
	height: 3px;
	background-color: #222222;
	margin: 28px auto 42px;
}

.screen3_item_text {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #666666;
	text-align: center;
}

.screen3_item_icon {
	width: 100%;
	display: block;
	margin: 22px auto 25px;
	max-width: 90px;
}

.screen3_item_border {
	border-right: 1px solid #dddddd;
}

.section4 {}

.screen4_img1 {
	width: 100%;
	background-image: url(../img/screen4_img1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
	padding: 40px 0;
}

.screen4_title {
	/* 	background-image: url(../img/screen4_title.png);
	width: 1299px;
	height: 159px;
	margin: 0 auto 0; */


	width: 100%;
	display: block;
	margin: 0 auto;
}

.section5 {}

.section5 .img_box {
	padding-top: 60px;
}

.screen5_img1 {
	width: 100%;
	/* height: 719px; */
	background-image: url(../img/screen5_img1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
}

.screen5_title {
	/* 	background-image: url(../img/screen5_title.png);
	width: 1299px;
	height: 159px;
	margin: 0 auto 0;
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%); */

	width: 100%;

	display: block;
	margin: 0 auto;
}

.screen5_list {



	flex-direction: row;
	margin: 0 auto;
	margin-top: 40px;
}

.screen5_item {
	/* height: 456px; */
	flex: 1;
	padding: 90px 0;

	flex-direction: column;
	align-items: center;
}

.screen5_item_border_l {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.screen5_item_border_r {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.screen5_item_content {
	width: 150px;
	padding: 10px;
}


.screen5_item_icon {
	width: 68px;
	height: 68px;
	display: block;
}

.screen5_item_line {
	width: 60px;
	height: 2px;
	background-color: #ffffff;
	margin-top: 34px;
	margin-bottom: 43px;
}

.screen5_item_text {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
}




.section6 {}

.screen6_block {
	background-color: #ffffff;
	padding-top: 40px;
}

.screen6_title {
	/* 	background-image: url(../img/screen6_title.png);
	width: 1299px;
	height: 159px;
	margin: 0 auto 67px; */
	width: 100%;

	display: block;
	margin: 0 auto;
}

.section7 {}

.screen7_block {
	background-color: #ffffff;
	padding-top: 40px;
	padding-bottom: 60px;
}

.screen7_title {
	/* 	background-image: url(../img/screen7_title.png);

	height: 161px;
	margin: 0 auto 67px; */


	width: 100%;
	display: block;
	margin: 0 auto;
}

.screen7_list {

	margin: 0 auto;

	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 30px;

}

.screen7_item {
	position: relative;
	list-style: none;
	width: 25%;
	height: 126px;

	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.screen7_item_border_bottom {
	position: absolute;
	bottom: 0;
	left: 8;
	width: 100%;
	height: 1px;
	background-color: #dddddd;
}

.screen7_item_border_right {
	position: absolute;
	top: 11;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #dddddd;
}

.screen7_item_img {
	display: block;
	-webkit-transition: transform 0.5s linear;
	-moz-transition: transform 0.5s linear;
	-ms-transition: transform 0.5s linear;
	transition: transform 0.5s linear;
	object-fit: contain;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	max-width: 90%;
	object-fit: contain;
}

.screen7_item:hover>.screen7_item_img {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.section8 {}

.screen8_list {

	margin: 0 auto;




}

.screen8_item {
	list-style: none;
	padding: 20px 0 0;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
	position: relative;
}

.section8_block {

	margin: 0 auto;
	overflow: hidden;
	/* padding: 0 15px; */
	/* max-width: 970px; */



}

.screen8_img1 {
	width: 100%;
	height: 330px;
	background-image: url(../img/screen8_img1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
}

.screen8_title {
	background-image: url(../img/screen8_title.png);
	width: 1000px;
	height: 61px;
	margin: 89px auto 6px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: bottom;
}



.screen8_item_text1 {
	font-size: 20px;
	line-height: 1;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #222222;
	margin-bottom: 10px;
}

.screen8_item_detail .screen8_item_text1 {
	font-size: 16px;
	margin-bottom: 10px;

}

.screen8_item_detail .screen8_item_text3 {
	font-size: 16px;
	line-height: 1.7;
	color: #555;
	text-align: justify;
	justify-content: space-between;
}

.screen8_item_header {
	padding-bottom: 20px;
	cursor: pointer;
}

.screen8_item_line {
	width: 40px;
	height: 3px;
	background-color: #1a1a1a;
	margin: 0 0 15px;
	display: none;
}

.screen8_item_text2 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin-bottom: 0;
}

.screen8_item_text3 {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #222222;
	line-height: 34px;
}

.screen8_item_detail {
	margin-bottom: 30px;
	margin-top: 10px;
}

.screen8_item_padding {
	padding-left: 37px;
}

.screen8_item_text1_mb {
	margin-top: 20px;
}

.jw_footer {
	width: 100%;
	height: 168px;
	background-color: #1e1f37;
	overflow: hidden;
	padding-top: 46px;

}

.jw_footer_wrap {

	margin: 0 auto;


}

.jw_footer_text {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #e3e3e3;
	margin-top: 20px;
}

.screen4_swiper {
	width: 100%;
	height: 340px;
}

.screen4_swiper_item {
	width: 453px;
	height: 340px;
}

.screen4_swiper_img {
	width: 453px;
	height: 340px;
	display: block;
	object-fit: cover;
}

.screen4_swiper_img_text {
	font-size: 14px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 8px;
	position: absolute;
	bottom: 40px;
	left: 40px;
}

.screen4_swiper_pos {
	margin-top: 30px;
}

@media screen and(-ms-high-contrast:active),
(-ms-high-contrast:none) {
	@media screen and (min-width: 1299px) and (max-width:1499px) {
		.screen4_swiper_pos {

			margin: 48px auto 0;
		}
	}

	@media screen and (min-width:1500px) and (max-width:1920px) {
		.screen4_swiper_pos {
			width: calc(100% - 308px);
			position: absolute;
			top: 288px;
			right: 0;
		}
	}
}

@media screen and (min-width:1299px) and (max-width:1499px) {
	.screen4_swiper_pos {

		margin: 48px auto 0;
	}
}

.screen4_arrow {
	margin-top: 50px;
	text-align: center;
}

.screen4_arrow_left {
	background-image: url(../img/screen4_arrow_left.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 41px;
	height: 32px;
	cursor: pointer;
	margin-right: 78px;
	display: inline-block;
}

.screen4_arrow_right {
	background-image: url(../img/screen4_arrow_right.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 41px;
	height: 32px;
	cursor: pointer;
	display: inline-block;
}

.screen6_swiper {
	position: relative;
}

.screen6_swiper_pos {

	margin: auto;
	margin-top: 30px;
}

.screen6_swiper_img {
	height: 430px;
	display: block;
	object-fit: cover;
	width: 100%;
	object-position: top center;
}

.screen6_swiper_pagination {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-color: rgba(26, 26, 26, 0.5);
	z-index: 10;
}

.screen6_swiper_pagination_item {
	width: 20%;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 80px;
	letter-spacing: 0px;
	color: #ffffff;
	float: left;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.screen6_swiper_pagination_active {
	color: #e3b374 !important;
}

.click_arrow {
	background-image: url(../img/click_arrow.png);
	width: 24px;
	height: 24px;
	position: absolute;
	top: 22px;
	right: 0;
	cursor: inherit;
}

.click_arrow_top {

	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.screen6_swiper_pagination_border {
	height: 18px;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 31px;
	right: 0;
}

.top {
	position: fixed;
	right: 90px;
	bottom: 72px;
	cursor: pointer;
	background-image: url(../img/top.png);
	background-color: #1e1f37;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	z-index: 9999;
}

/* /////////////////////////// */

.footer {
	background-image: url('../img/screen8_img1.jpg');
	background-color: #000;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #c1c1c1;
	font-size: 12px;
}

.footer-bg {
	z-index: 1;

	margin: 0 auto;
	padding: 30px 0;
}

.ft-red {
	font-weight: bold;
	color: #ff9800;
}

.ft-white {
	font-weight: bold;
	font-size: 16px;
}

.footer-content {}

.footer-jw,
.footer-jw:hover,
.footer-jw:link,
.footer-jw:active,
.footer-jw:visited {
	color: #c1c1c1;
	cursor: pointer;
}

.footer-jw {
	padding-top: 30px;
	padding-bottom: 5px;
}

.footer-content a,
.footer-content a:hover,
.footer-content a:link,
.footer-content a:active,
.footer-content a:visited {
	color: #fff;
	cursor: pointer;
}

.footer-title {
	font-size: 24px;
	text-align: center;
	color: #fff;
	padding: 40px 0;
}

.footer-title-s {
	display: none;
	font-size: 24px;
	text-align: left;
	color: #fff;
	padding: 25px 0;
}

.footer-icon {
	padding-right: 0;
	width: 440px;
	margin-right: 30px;
}

.footer-jw {
	background-image: url('../img/jw_logo.png');
	background-repeat: no-repeat;
	background-size: 100px;
	display: block;
	/* padding: 15px 0 0; */
	color: #c1c1c1;
	line-height: 20px;
	margin-bottom: 10px;
}

.footer-contact {
	float: left;
	padding-left: 15px;
}

.footer-contact-title {
	font-size: 16px;
	border-bottom: 1px #FFF solid;
	padding-bottom: 5px;
	position: relative;
	margin-bottom: 10px;
}

.footer-contact-title:before {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #ff9800;
	display: block;
	position: absolute;
	bottom: 8px;
	left: 184px;
}

.footer-contact-contents {
	flex-wrap: wrap;
}

.footer-contact-content {
	padding-top: 15px;
	line-height: 20px;
	min-width: 50%;
	max-width: 50%;
}

.footer-contact-name {
	font-size: 16px;
	font-weight: bold;
	color: #ff9800;
	margin-bottom: 2px;
}

.footer-contact-phome {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	position: relative;
	padding-left: 15px;
	margin-top: 10px;
}

.footer-contact-phome:before {
	content: "";
	display: block;
	background-image: url('../img/icon_phone.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 5px;
}

.footer-contact-address {
	color: #fff;
	position: relative;
	padding-left: 15px;
	font-size: 14px;
}

.footer-contact-address:before {
	content: "";
	display: block;
	background-image: url('../img/icon_location.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}

.footer-join {
	padding-right: 0 !important;
	padding-left: 15px !important;
}

.footer-join-title {
	font-size: 16px;
	border-bottom: 1px #FFF solid;
	padding-bottom: 5px;
	position: relative;
	margin-bottom: 25px;
}

.footer-join-title:before {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #ff9800;
	display: block;
	position: absolute;
	bottom: 8px;
	left: 140px;
}

.footer-join-mail {
	color: #fff;
	padding-left: 25px;
	position: relative;
	line-height: 28px;
}

.footer-join-mail:before {
	content: "";
	display: block;
	background-image: url('../img/icon_msg.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 9px;
}

.banner2-bg-part {
	position: absolute;
	left: 0;
	top: 0;
	height: 103px;
	background-size: cover;
	width: 100%;
}

@media screen and (max-width:991px) {
	.screen5_item_content {
		width: inherit;
	}

	.screen5_item_text {
		font-size: 16px;
		line-height: 1.5;
	}

	.screen5_item {
		padding: 20px 0;
	}

	.screen5_item_line {
		margin-top: 24px;
		margin-bottom: 23px;
	}

	.screen1_swiper {
		height: 500px;
	}

	.screen1_swiper_title {
		font-size: 38px;
		top: 15px;
	}

	.screen1_swiper_img {
		width: 100%;
	}

	.jw_header {
		min-width: 680px;
		padding: 20px 45px 0;
	}

	.menu_item {
		margin-left: 25px;
	}

	.screen3_item {
		padding: 0 10px 20px;
	}

	.screen3_item_icon {
		margin: 12px auto 15px;
	}

	.screen3_item_title {
		font-size: 20px;
	}

	.screen3_item_text {
		font-size: 14px;
		line-height: 30px;
	}


	.screen3_item_line {
		margin: 18px auto 22px;
	}

	.screen7_item {
		height: 70px;
	}

	.footer-contact-content {
		padding-left: 10px;
		padding-right: 10px;
	}

	.banner2-bg-part {
		height: 85px;
	}
}


@media screen and (max-width: 767px) {
	.menu_item {
		margin-left: 15px;
	}
}




/* ---------------------------- */

.zoomBigIn {
	-webkit-animation: zoomBigIn 0.6s forwards;
	animation: zoomBigIn 0.6s forwards;
}

@-webkit-keyframes zoomBigIn {
	0% {
		opacity: 0;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.8, 0.8) translate(-50%, -50%);
		transform: scale(0.8, 0.8) translate(-50%, -50%);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1, 01) translate(-50%, -50%);
		transform: scale(1, 1) translate(-50%, -50%);

	}
}

@keyframes zoomBigIn {
	0% {
		opacity: 0;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.8, 0.8) translate(-50%, -50%);
		transform: scale(0.8, 0.8) translate(-50%, -50%);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1, 01) translate(-50%, -50%);
		transform: scale(1, 1) translate(-50%, -50%);

	}
}

.zoomBigOut {
	-webkit-animation: zoomBigOut 0.6s forwards;
	animation: zoomBigOut 0.6s forwards;
}

@-webkit-keyframes zoomBigOut {
	100% {
		opacity: 1;
		-webkit-transform: scale(1, 01);
		transform: scale(1, 1);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8);
	}

	50% {
		opacity: 0;
	}

	0% {
		opacity: 0;
	}
}

@keyframes zoomBigOut {
	100% {
		opacity: 1;
		-webkit-transform: scale(1, 01);
		transform: scale(1, 1);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8);
	}

	50% {
		opacity: 0;
	}

	0% {
		opacity: 0;
	}
}




/* ------------------------------------------------------ */




.section {}

.section-title {
	font-size: 27px;
	color: rgb(40, 41, 62);
	/* font-weight: bold; */
	line-height: 1;
	text-align: center;
}

.section-desc {
	font-size: 13px;
	color: rgb(102, 102, 102);
	line-height: 1;
	text-align: center;
	margin-top: 20px;
}

.section-desc>p {
	font-size: 18px;
	margin-bottom: 10px;
	color: currentColor;
}

.section-desc-light {
	font-style: normal;
	position: relative;

}

.section-desc-light:after {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 100%;
	border-bottom: 2px solid rgb(241, 147, 25);
	left: 0;

}

/* /////////////////////////////////////////// */
.section1 {
	padding-top: 80px;
}

/* /////////////////////////////////////////// */
.section2 {
	height: 580px;
	background: #FFF;
	padding-top: 86px;
}

.section-service-content {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}

.service-item {
	width: 306px;
	height: 287px;
	background: #F8F9F9;
	border-radius: 15px;
	padding-top: 30px;
	position: relative;
	box-shadow: 0 0 10px #dedede;
}

.service-item-name {
	font-size: 16px;
	color: rgb(26, 26, 26);
	line-height: 1;
	padding-left: 19.6%;

}

.service-item-ul {
	margin-top: 22px;
}

.service-item-ul li {
	font-size: 13px;
	color: rgb(102, 102, 102);
	line-height: 1;
	padding-left: 19.6%;
	list-style: inside;
}

.service-item-ul li+li {
	margin-top: 10px;
}

.service-icon-box {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -70px;
}

.service-icon {
	width: 138px;
	height: 139px;
}

.section-icon-name {
	font-size: 13px;
	color: rgb(241, 147, 25);
	line-height: 1;
	text-align: center;
	margin-top: -13px;
}

.service-item-link {
	width: 35px;
	height: 25px;
	background: #f19319;
	position: relative;
	margin-top: 20px;
	z-index: 111;

}

.service-item-link::after,
.service-item-link::before {
	content: "";
	width: 30px;
	height: 25px;
	background: #F1E0CB;
	position: absolute;
}

.service-item-link::after {
	right: -30px;
}

.service-item-link::before {
	left: -30px;
}

/* /////////////////////////////////////////// */
.section3 {
	/* height: 570px; */
	background: #F4F5F7;
	padding-top: 50px;
	padding-bottom: 5vw;
}

.section-business-content {
	margin-top: 40px;
}

.section-business-content>.row {
	display: flex;
	justify-content: space-between;
}

.business-item-group {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%;
}


.business-item {
	/* width: 244px;
	height: 350px; */
	/* background: #fff; */
	position: relative;
	overflow: hidden;
	padding-left: 0.5vw;
	padding-right: 0.5vw;
}

.business-item-bg {}

.business-item-bottom {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-top: 17px;
}


.business-item-icon {
	width: 45px;
}

.business-item-name {
	margin-top: 10px;
	font-size: 15px;
	color: rgb(40, 41, 62);
	line-height: 1;
	position: relative;

	&::after {
		content: "";
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 35px;
		height: 5px;
		background: #F19319;
		bottom: -18px;
	}
}

.business-item-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.business-item-pic {
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
	transform: scale(2.5);

}

.business-item-slogan {
	width: 100%;
	object-fit: none;
	height: 100%;
	opacity: 0;
	transition: all 0.5s;
	margin-top: 30%;
	background: #FFF;
}

.business-item:active .business-item-pic,
.business-item:hover .business-item-pic {
	opacity: 1;
	transform: scale(1);
}

.business-item:active .business-item-slogan,
.business-item:hover .business-item-slogan {
	opacity: 1;
	margin-top: -1px;
}

/* /////////////////////////////////////////// */
.section4 {
	height: 645px;
	background: #FFF;
	padding-top: 40px;
}

.section-customer-content {
	margin-top: 25px;
}

.section-customer-content .tab {
	display: flex;
}

.section-customer-content .tab-item {
	flex: 1;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	color: #27283e;
	background: #F4F5F7;
	line-height: 1;
	position: relative;
	cursor: pointer;

	&::after {
		content: "";
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		border: 8px solid transparent;
		border-bottom: 8px solid #FFF;
		display: none;
	}
}

.section-customer-content .tab-item.active {
	background: #F09218;
	color: #FFF;
}

.section-customer-content .tab-item.active::after {
	display: block;
}

.tab-content {}

.tab-body {
	display: none;
	padding-top: 40px;

}

.tab-body.active {
	display: block;
}

.section-customer-content .customer-pic-img {
	width: 100%;
	object-fit: none;
}

.customer-pic-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.customer-pic {
	box-shadow: 0 0 6px #e6e6e6;
	flex: 1;
	transition: all 0.2s;
}

.customer-pic:hover {
	border: 0;
	/* 内边框 */
	outline: 5px solid #f19319;
	outline-offset: -5px;
}

.section-customer-content .tab-body-1 .customer-pic {
	/* width: 245px; */
	height: 91px;
	border: 1px solid #d8d7d7;
	display: flex;
	align-items: center;
	justify-content: center;
	/* flex: 0 0 25%; */
}

.section-customer-content .tab-body-1 .customer-pic+.customer-pic {
	margin-left: 7px;
}

.section-customer-content .tab-body-1 .customer-pic-group+.customer-pic-group {
	margin-top: 7px;
}


.section-customer-content .tab-body-2 .customer-pic {
	height: 178px;
}

.section-customer-content .tab-body-2 .customer-pic+.customer-pic {
	margin-left: 26px;
}

.section-customer-content .tab-body-2 .customer-pic-group+.customer-pic-group {
	margin-top: 26px;
}

.section-customer-content .tab-body-3 .customer-pic {
	/* height: 306px; */
	border: 1px solid #d8d7d7;
}

.section-customer-content .tab-body-3 .customer-pic+.customer-pic {
	margin-left: 26px;
}


.customer-pic-img-hover {
	width: 100%;
	display: none;
	height: 100%;
}

.tab-body-3 .customer-pic:active,
.tab-body-3 .customer-pic:hover
{
	outline: none;
}
.tab-body-3 .customer-pic:active .customer-pic-img,
.tab-body-3 .customer-pic:hover .customer-pic-img
{
	display: none;
}
.tab-body-3 .customer-pic:active .customer-pic-img-hover,
.tab-body-3 .customer-pic:hover .customer-pic-img-hover
 {
	display: block;
}
.section-customer-content .tab-body-4 .customer-pic {
	height: 178px;
}

.section-customer-content .tab-body-4 .customer-pic+.customer-pic {
	margin-left: 26px;
}

.section-customer-content .tab-body-4 .customer-pic-group+.customer-pic-group {
	margin-top: 26px;
}


/* /////////////////////////////////////////// */
.section5 {
	height: 682px;
	background: #F4F5F7;
	padding-top: 45px;
	background-image: url(../img/20230925/brand-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.section-brand-content {
	margin-top: 35px;
}

.section-brand-content .customer-pic-img {
	width: 100%;
	box-shadow: 0 0 25px #c1c1c1;
}

.section-brand-content .tab {
	display: flex;
	padding-bottom: 18px;
	border-bottom: 2px solid rgb(70, 70, 70);
	justify-content: center;
}

.section-brand-content .tab-item {
	/* flex: 1; */
	font-size: 18px;
	color: rgb(39, 40, 62);
	line-height: 1;
	cursor: pointer;
	position: relative;
}

.section-brand-content .tab-item:hover,
.section-brand-content .tab-item.active {
	color: rgb(241, 147, 25);
}

.section-brand-content .tab-item.active::after {
	content: "";
	position: absolute;
	bottom: -20px;
	border-bottom: 2px solid rgb(241, 147, 25);
	display: block;
	width: 88px;
	left: 50%;
	transform: translateX(-50%);
}

.section-brand-content .tab-item:nth-child(1) {
	text-align: right;
	margin-right: 60px;
}

.section-brand-content .tab-item:nth-child(2) {
	text-align: left;
	margin-left: 60px;
}

/* /////////////////////////////////////////// */
.section6 {
	height: 610px;
	background: #F4F5F7;
	padding-top: 45px;
	background-image: url(../img/20230925/team-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.section6 .section-title {
	color: #FFF;
}

.section6 .section-desc {
	color: #FFF;
}


.section-team-content {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.team-item {
	height: 410px;
	padding-left: 40px;
	padding-top: 138px;
}

.team-item+.team-item {
	border-left: 1px solid #424246;
}

.team-item-img {}

.team-item-line {
	width: 66px;
	height: 3px;
	background: #FFF;
	margin-top: 38px;
}

.team-item-name {
	font-size: 18px;
	color: rgb(244, 245, 247);
	line-height: 1;
	margin-top: 60px;


}


/* /////////////////////////////////////////// */
.section7 {
	height: 678px;
	background: #28293E;
	padding-top: 66px;
	background-image: url(../img/20230925/pos-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.section7 .section-title {
	color: #FFF;
}

.section7 .section-desc {
	color: #FFF;
}


.section-pos-content {
	margin-top: 56px;
}

.img_w100 {
	width: 100%;
}

/*
@media (max-width: 767.9999px) {
	.container {
		width: auto;
		padding: 0 8vw;
	}


	.business-item{
		margin-bottom: 8vw;
	}
	.nav-menu a {
		margin-bottom: 12px;
		margin-top: 12px;
		padding: 0 8px 0 8px;
		font-size: 17px;
	}
}

@media (min-width: 768px) and (max-width: 991.9999px) {
	.container {
		width: auto;
		padding: 0 4vw;
	}

	.nav-menu a {
		line-height: 42px;
		margin-bottom: 10px;
		margin-top: 10px;
		padding: 0 8px 0 8px;
		font-size: 17px;
	}
} */